home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 2004 January / Computer Buyer January 2004.iso / Extras / Todolist / setup.exe / {app} / todolist.exe / 0 / RCDATA / TEDITDIALOG / TEDITDIALOG.txt
Text File  |  2002-12-17  |  1KB  |  58 lines

  1. object EditDialog: TEditDialog
  2.   Left = 156
  3.   Top = 152
  4.   HelpContext = 9
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit This Task'
  7.   ClientHeight = 104
  8.   ClientWidth = 345
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poDefault
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 27
  23.     Height = 13
  24.     Caption = 'Task:'
  25.   end
  26.   object OKBtn: TBitBtn
  27.     Left = 264
  28.     Top = 8
  29.     Width = 75
  30.     Height = 25
  31.     TabOrder = 0
  32.     Kind = bkOK
  33.   end
  34.   object CancelBtn: TBitBtn
  35.     Left = 264
  36.     Top = 40
  37.     Width = 75
  38.     Height = 25
  39.     TabOrder = 1
  40.     Kind = bkCancel
  41.   end
  42.   object HelpBtn: TBitBtn
  43.     Left = 264
  44.     Top = 72
  45.     Width = 75
  46.     Height = 25
  47.     TabOrder = 2
  48.     Kind = bkHelp
  49.   end
  50.   object EditTaskEdit: TEdit
  51.     Left = 8
  52.     Top = 32
  53.     Width = 241
  54.     Height = 21
  55.     TabOrder = 3
  56.   end
  57. end
  58.